PDF4Java Reference Documentation
com.o2sol.pdf4java.core.exceptions Package / PDFInvalidPageContentException Class
Members
In This Topic
    PDFInvalidPageContentException Class
    In This Topic
    Defines the exception that is thrown when the page content is invalid and cannot be parsed.
    Object Model
    PDFInvalidPageContentException Class
    Syntax
    public class PDFInvalidPageContentException 
        extends PDFException 
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Throwable
          java.lang.Exception
             java.lang.RuntimeException
                com.o2sol.pdf4java.core.exceptions.PDFException
                   com.o2sol.pdf4java.core.exceptions.PDFInvalidPageContentException

    See Also